Use PEGetNFormulas to determine the number of formulas in the specified report. To retrieve the formula by number, use PEGetNthFormula.
short CRPE_API PEGetNFormulas (
short printJob );
Specifies the print job that you want to query to determine the number of formulas it contains. |
Declare Function PEGetNFormulas Lib "crpe32.dll" (ByVal printJob As Integer) As Integer
function PEGetNFormulas(
printJob: Word
): Smallint stdcall;
EXTERN CWORD PEGetNFormulas (CWORD) CRPE.DLL
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |